summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Lombardo <clombardo169@gmail.com>2023-03-21 06:56:58 +0100
committerbunnei <bunneidev@gmail.com>2023-06-03 09:05:46 +0200
commitc53e9273686493cccde201c387b33aaec0e1be5d (patch)
treec9724471d84094782f597e5a1bc34ce87a157086
parentandroid: Remove deprecated use of onActivityResult (diff)
downloadyuzu-c53e9273686493cccde201c387b33aaec0e1be5d.tar
yuzu-c53e9273686493cccde201c387b33aaec0e1be5d.tar.gz
yuzu-c53e9273686493cccde201c387b33aaec0e1be5d.tar.bz2
yuzu-c53e9273686493cccde201c387b33aaec0e1be5d.tar.lz
yuzu-c53e9273686493cccde201c387b33aaec0e1be5d.tar.xz
yuzu-c53e9273686493cccde201c387b33aaec0e1be5d.tar.zst
yuzu-c53e9273686493cccde201c387b33aaec0e1be5d.zip
-rw-r--r--src/android/app/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/android/app/build.gradle b/src/android/app/build.gradle
index c62177e6d..22f2d4b80 100644
--- a/src/android/app/build.gradle
+++ b/src/android/app/build.gradle
@@ -1,6 +1,7 @@
plugins {
id 'com.android.application'
id 'org.jetbrains.kotlin.android'
+ id 'kotlin-parcelize'
}
/**